home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / pmsx222.zip / hints.txt < prev    next >
Text File  |  1996-02-22  |  6KB  |  122 lines

  1. Common questions and answers about PMsndX.
  2.  
  3. Q.  How do I enter the registration information?
  4. A.  To enter the registration information, pull down the
  5.     menu from the control panel and select either the
  6.     Welcome or About menu item.  The display will contain a
  7.     button to bring up the registration display.  The
  8.     information may be entered from the keyboard or from a
  9.     file.
  10.  
  11. Q.  Where is the registration information stored?
  12. A.  PMsndX stores all of the registration information in the
  13.     os2.ini file.  This amounts to about 20 bytes of data.
  14.  
  15. Q.  I have a Sun audio file that plays on my Sun machine but
  16.     results in a "Unsupported style" error when PMsndX attempts
  17.     to load it.
  18. A.  Sun hardware supports U-Law files with and without headers.
  19.     When a header is not present, the Sun hardware assumes that
  20.     the sampling rate is 8012 Hz.  If a Sun file results in an
  21.     unsupported style error, force it to load the file in the
  22.     .ul format and specify a rate of 8012 Hz.  Alternately,
  23.     if the "Require Header for files" is not checked (the
  24.     default) in the MISC page of the Properties, any file with
  25.     an extension of .au will be loaded as .ul if a valid .au
  26.     header is not present.
  27.  
  28. Q.  What happens when I try to play a 16 bit sample on an 8
  29.     bit sound card?
  30. A.  PMsndX is capable of editing and manipulating sounds
  31.     of any number of bits, rate, and channels.  However,
  32.     audio adapters may be limited in their capabilities and
  33.     may not support some of these characteristics.
  34.     Therefore, PMsndX will still load and manipulate samples
  35.     that cannot be played on the audio adapter but the MMPM
  36.     dialog will disable all of its buttons.  If you have
  37.     an 8 bit audio adapter PMsndX will automatically detect
  38.     that it cannot play 16 bit files and set the "Play 16
  39.     bits on 8 bit audio" box in the properties dialog box.
  40.  
  41. Q.  Can compressed VOC files be loaded?
  42. A.  Unfortunately, I cannot find documentation on the
  43.     compressed VOC formats and they are not implemented in
  44.     PMsndX.  A future release may have this corrected.
  45.  
  46. Q.  I want to load a large sample.  How do I minimize the
  47.     memory requirements?
  48. A.  When a file is loaded it is stored as 16 bit samples
  49.     regardless of the actual sample size.  This takes up
  50.     roughly twice the memory as would be required for 8 bit
  51.     samples.  The MMPM buffers make up a second copy of the
  52.     data in memory.  This copy is exactly the size of the
  53.     data that would be written to disk.  If it is an 8 bit
  54.     sample file, then the samples in the buffer are 8 bits.
  55.     If it is a 16 bit file, then the buffer contains 16 bit
  56.     samples.  During an editing operation (i.e. cut, paste,
  57.     or anything in the toolbox) the data is double buffered
  58.     to allow the operation to be aborted.  When the UNDO
  59.     capability is enabled from the settings dialog, a copy
  60.     of the last sample will be maintained for the UNDO.
  61.     Finally, if the faster graphical display routines are
  62.     used, memory resources are used to store the bitmaps for
  63.     the data.
  64.  
  65.     So, to reduce the memory requirements, make the following
  66.     settings:
  67.         Go to the PLSNDX settings page and set "Free memory after
  68.             loading".  Clear the "Enable Quick queueing" also.
  69.         Go to the EDSNDX settings page and clear the "Enable UNDO",
  70.             "Fast Full display", and "Fast Channel display" checkboxes.
  71.         Go to the Editor page under EDSNDX of the properties and
  72.             set the "Delay AUDIO Loading"  (you can still play
  73.             the sample by using the Editor menu and selecting
  74.             "Load AUDIO Data Now".
  75.  
  76. Q.  Why doesn't the little man run when the REXX window is
  77.     minimized?
  78. A.  If the REXX window is minimized to the Viewer, it will
  79.     still be animated.  However, if it is minimized to the
  80.     desktop OS/2 does not process the SETICON messages and
  81.     the icon is not animated.  There is nothing I can do about
  82.     it.
  83.  
  84. Q.  When I load a file from the command line, it does not
  85.     play in PlSndX.
  86. A.  Check the AUDIO page of the Properties dialog and set
  87.     "Play on Load" or "Play on commandline load".  Without
  88.     one of these options selected, files are only loaded
  89.     when specified on the command line and are not immediately
  90.     played.
  91.  
  92. Q.  EdSndX crashes when the play button is pressed when the playpos
  93.     cursor is at the end of a sample.  Sometimes play just stops
  94.     after pressing the button and a second press starts it again.
  95. A.  This is a problem I have run into with MMPM because I have to
  96.     convert the returned ending position from 1/3000th seconds to
  97.     indexing values.  The problem is caused by roundoff error and
  98.     by MMPM reporting a position that is not exactly the end of the
  99.     file.  To correct for this, I have added a setting that lets you
  100.     specifya Zone in which I can detect the end of the file myself.
  101.     The default value for the zone is 300 samples, but you may need
  102.     to increase it to get better performance.  When playing back a
  103.     sample, this value has no effect.  It only affects how I interpret
  104.     the signals that come back from MMPM/2 when I go to start playback
  105.     again.
  106.  
  107. Q.  Pressing the HELP menu item on the TOOLBOX doesn't display
  108.     help?
  109. A.  When the TOOLBOX is first displayed, main window has the
  110.     focus and does not receive the HELP message.  You must select
  111.     the tool window so that the window is highlighted before pressing
  112.     the HELP item.  And, if your next question is "why don't you
  113.     change this?", the answer is because I have written the toolbox
  114.     routines to be direct replacements for the IBM notebook routines
  115.     which behave this way too.
  116.  
  117. Q.  If I start any of the PMsndX programs from a OS/2 window,
  118.     is it all right to press Ctrl-C or BREAK to exit the program?
  119. A.  Generally, exiting the program through a break signal should
  120.     be avoided.  However, all PMsndX programs deal with this
  121.     situation gracefully and close down the program correctly.
  122.